The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "catalyst::model::cdbi"

Catalyst::Model::CDBI::CRUD - CRUD CDBI Model Class River stage zero No dependents

This is a subclass of "Catalyst::Model::CDBI" with additional CRUD methods. Don't forget to copy the base templates to config->root! *NOTE* This module has been deprecated. See BUGS section below! METHODS add Does nothing by default....

MRAMBERG/Catalyst-Model-CDBI-CRUD-0.04 - 13 Oct 2005 12:57:55 UTC - Search in distribution

Catalyst::Model::CDBI::Sweet - Making sweet things sweeter River stage zero No dependents

This model is a thin wrapper around Class::DBI::Sweet to let you use it as a Catalyst Model easily. It's similar to Catalyst::Model::CDBI::Plain. If you want to use loader, you will probably want to add something like this to your CDBI model config s...

MRAMBERG/Catalyst-Model-CDBI-Sweet-0.06 - 03 Nov 2005 15:37:21 UTC - Search in distribution

Catalyst::Helper::Model::CDBI::Plain - Helper for CDBI Plain Model River stage zero No dependents

Help for CDBI Plain Model. METHODS mk_compclass...

MRAMBERG/Catalyst-Model-CDBI-Plain-0.03 - 03 Nov 2005 15:37:03 UTC - Search in distribution

Catalyst::Helper::Model::Enzyme::CDBI - Helper for Catalyst::Enzyme CDBI Models River stage zero No dependents

Helper for Enzyme::Model::CDBI Model. METHODS mk_compclass Reads the database and makes a main model class as well as placeholders for each table. mk_comptest Makes tests for the CDBI Model....

JOHANL/Catalyst-Enzyme-0.11 - 14 Jan 2006 12:32:26 UTC - Search in distribution

sample/TinyURL/lib/TinyURL/Model/CDBI/TinyUrl.pm River stage zero No dependents

BAYSIDE/Catalyst-Plugin-CRUD-0.21 - 02 Oct 2007 19:30:25 UTC - Search in distribution

Catalyst::Model::CDBI - [DEPRECATED] CDBI Model Class River stage one • 3 direct dependents • 4 total dependents

This is the "Class::DBI" model class. It's built on top of "Class::DBI::Loader". "Class::DBI" is generally not used for new applications, with "DBIx::Class" being preferred instead. As such this model is deprecated and (mostly) unmaintained. It is pr...

BOBTFISH/Catalyst-Model-CDBI-0.12 - 09 Feb 2010 02:35:45 UTC - Search in distribution

create - Create a new Catalyst Component River stage zero No dependents

Create a new Catalyst Component....

ABERGMAN/SVL-0.29 - 03 Aug 2005 20:39:32 UTC - Search in distribution

DBIx::Class::Manual::FAQ - Frequently Asked Questions (in theory) River stage three • 346 direct dependents • 455 total dependents

This document is intended as an anti-map of the documentation. If you know what you want to do, but not how to do it in DBIx::Class, then look here. It does not contain much code or examples, it just gives explanations and pointers to the correct pie...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution

Form::Processor - validate and process form data River stage one • 4 direct dependents • 4 total dependents

[Docs under construction. The docs are probably, well, less concise then they could be. Editors are welcome..] Note: Please see HTML::FormHandler for a well-supported, Moose-based derivation of Form::Processor. This is a class for working with forms....

HANK/Form-Processor-1.162360 - 23 Aug 2016 21:11:03 UTC - Search in distribution

Class::DBI::Loader - Dynamic definition of Class::DBI sub classes. River stage two • 13 direct dependents • 29 total dependents

Class::DBI::Loader automate the definition of Class::DBI sub-classes. scan table schemas and setup columns, primary key. class names are defined by table names and namespace option. +-----------+-----------+-----------+ | table | namespace | class | ...

DMAKI/Class-DBI-Loader-0.34 - 22 Mar 2007 11:37:16 UTC - Search in distribution

Egg::Plugin::FormValidator::Simple - Validator for Egg with FormValidator::Simple River stage two • 17 direct dependents • 17 total dependents

This plugin allows you to validate request parameters with FormValidator::Simple. See FormValidator::Simple for more information. This behaves like as Catalyst::Plugin::FormValidator. METHODS form set_invalid_form...

LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC - Search in distribution

Catalyst::Plugin::Session::Store::DBI - Store your sessions in a database River stage one • 1 direct dependent • 2 total dependents

This storage module will store session data in a database using DBI....

FLORA/Catalyst-Plugin-Session-Store-DBI-0.16 - 23 Mar 2010 21:56:11 UTC - Search in distribution

Form::Processor::Model::DOD - Model Class for Form::Processor based on Data::ObjectDriver River stage zero No dependents

This is a Form::Processor::Model add-on module. This module is for use with Data::ObjectDriver based objects. By declaring a "object_class" method in the Form class, a form is tied to the data in the database (typically a row in one table). The form ...

YANNK/Form-Processor-Model-DOD-0.01 - 25 Jul 2007 05:44:28 UTC - Search in distribution

Form::Processor::Model::DBIC - Model class for Form Processor using DBIx::Class River stage zero No dependents

This DBIC model will save form fields automatically to the database, will retrieve selection lists from the database (with type => 'Select' and a fieldname containing a single relationship, or type => 'Multiple' and a many_to_many pseudo-relationship...

GSHANK/Form-Processor-Model-DBIC-0.10001 - 22 Feb 2010 19:56:48 UTC - Search in distribution

Form::Processor::Model::RDBO - Model class for Form Processor using Rose::DB::Object River stage zero No dependents

DZHARIY/Form-Processor-Model-RDBO-0.02 - 09 Nov 2008 15:34:58 UTC - Search in distribution

Catalyst::Plugin::Authentication - Infrastructure plugin for the Catalyst authentication framework. River stage two • 63 direct dependents • 79 total dependents

The authentication plugin provides generic user support for Catalyst apps. It is the basis for both authentication (checking the user is who they claim to be), and authorization (allowing the user to do what the system authorises them to do). Using a...

BOBTFISH/Catalyst-Plugin-Authentication-0.10023 - 11 Apr 2013 19:19:20 UTC - Search in distribution

Catalyst::Manual::Components - Reuseable components for Catalyst applications River stage two • 2 direct dependents • 11 total dependents

This section lists the some of the components (and plugins) that are available to extend the runtime functionality of Catalyst. Most components are not distributed with Catalyst but should be available from CPAN. They typically require additional mod...

ETHER/Catalyst-Manual-5.9013 - 22 Mar 2024 21:01:26 UTC - Search in distribution

Catalyst::Model::EmailStore - Email::Store Model Class River stage zero No dependents

This is the "Email::Store" model class. It will automatically subclass all model classes from the "Email::Store" namespace and import them into your application. For this purpose a class is considered to be a model if it descends from "Email::Store::...

WILLERT/Catalyst-Model-EmailStore-0.03 - 08 Dec 2005 19:32:50 UTC - Search in distribution

Catalyst::Helper::Controller::Scaffold - Helper for Scaffolding River stage zero No dependents

Helper for Scaffolding. Templates are TT so you'll need a TT View Component and a forward in your end action too. This can be accomplished with Catalyst::Plugin::DefaultEnd. Note that you have to add these lines to your CDBI class... use Class::DBI::...

AGRUNDMA/Catalyst-Helper-Controller-Scaffold-0.04 - 21 Dec 2005 18:43:54 UTC - Search in distribution

Catalyst::Helper::Controller::Scaffold::Mason - Helper for Scaffolding River stage zero No dependents

Helper for Scaffolding. Templates are Mason so you'll need a Mason View Component and a forward in your end action too, or the DefaultEnd plugin. Note that you have to add these lines to your CDBI class... use Class::DBI::AsForm; use Class::DBI::From...

MRAMBERG/Catalyst-Helper-Controller-Scaffold-Mason-0.03 - 16 Sep 2005 09:45:40 UTC - Search in distribution
26 results (0.161 seconds)